


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}

.nav-logo{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 12;
}
.logo-image {
  position: fixed;
 width: 300px;
 height: 100px; 
}

@media screen and (max-width: 600px) {
  .logo-image {
    width: 200px;
    height: 70px;
   }
}

@media screen and (max-width: 500px) {
  .logo-image {
    width: 180px;
    height: 60px;
   }
}

@media screen and (max-width: 400px) {
  .logo-image{
    width: 160px;
    height: 55px;
   }
}

@media screen and (max-width: 300px) {
  .logo-image {
  width: 150px;
    height: 50px;
   }
}

.vid {
  position: relative;
  display: flex;
  margin-top: 200px;
}
video {
  display: block;
  width: 70%;
  height: 50%;
  margin: 0 auto;
  object-fit: cover;
  border: 5px solid #01113f;
  border-radius: 20px;
}



.mizoram-state-grid-title {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 50px;
    font-size: 20px;
    text-transform: uppercase;
    
  }
  
  @media screen and (max-width: 1100px) {
    .mizoram-state-grid-title {
    font-size: 15px;
     }
  }
  
  @media screen and (max-width: 1000px) {
    .mizoram-state-grid-title {
    font-size: 14px;
     }
  }
  
  @media screen and (max-width: 900px) {
    .mizoram-state-grid-title {
    font-size: 13px;
     }
  }
  
  @media screen and (max-width: 800px) {
    .mizoram-state-grid-title {
    font-size: 12px;
     }
  }
  
  @media screen and (max-width: 600px) {
    .mizoram-state-grid-title {
    font-size: 10px;
     }
  }
  
  
  
  
  
 


  
  .mizoram-state-grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 25px;
    padding: 10px;
    margin-bottom: 100px;
}

.mizoram-state-grid-container > div {
  text-align: center;
  padding: 10px 5px;
  border-radius: 8px;
  cursor: pointer;
}






.mizoram-state-grid-container a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border: rgb(255, 255, 255) solid 0.15em;
  border-radius: 0.25em;
  color: rgb(0, 29, 173);
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
  transition: border 500ms, color 500ms;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  padding: 12px;
  justify-content: center;
}



.mizoram-state-grid-container a:hover {
  color: #1b1903;
}

.mizoram-state-grid-container a:active {
  border-color: rgb(6, 231, 32);
}

.mizoram-state-grid-container a::after,
.mizoram-state-grid-container a::before {
  content: "";
  position: absolute;
  width: 9em;
  aspect-ratio: 2.5;
  background: rgba(255, 0, 200, 0.222);
  border-radius: 50%;
  transition: transform 800ms, background 600ms;
  z-index: -1;
}

.mizoram-state-grid-container a::before {
  left: 0;
  transform: translateX(-6em);
}

.mizoram-state-grid-container a::after {
  right: 0;
  transform: translateX(6em);
}

.mizoram-state-grid-container a:hover:before {
  transform: translateX(-0.5em);
}

.mizoram-state-grid-container a:hover:after {
  transform: translateX(0.5em);
}

.mizoram-state-grid-container a:active:before,
.mizoram-state-grid-container a:active:after {
  background: rgb(231, 6, 6);
}










@media only screen and (max-width: 1000px) {
  .mizoram-state-grid-container div a {
    font-size: 15px;
    font-weight: 100;
    padding-left: 2px;
    padding-right: 2px;
  }
}


@media only screen and (max-width: 900px) {
  .mizoram-state-grid-container div a {
    font-size: 14px;
    font-weight: 100;
    padding-left: 2px;
    padding-right: 2px;
  }
}
  

  
@media only screen and (max-width: 800px) {
  .mizoram-state-grid-container div a {
    font-size: 13px;
    font-weight: 100;
    padding-left: 2px;
    padding-right: 2px;
  }
}

  
  @media only screen and (max-width: 700px) {
    .mizoram-state-grid-container div a {
      font-size: 12px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .mizoram-state-grid-container div a {
      font-size: 11px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .mizoram-state-grid-container div a {
      font-size: 10px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .mizoram-state-grid-container div a {
      font-size: 9px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  
  @media only screen and (max-width: 300px) {
    .mizoram-state-grid-container div a {
      font-size: 8px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  

  
  .slide-boxes {
    position: relative;
    display: flex;
    width: 100%;
    height: 600px;
    align-items: center;
    align-items: center;
    justify-content: center;
    background-color: #ffffff00;
    margin-top: 80px;
    margin-bottom: 2px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  #slideshow {
    margin: 0 auto;
    padding-top: 30px;
    height: 590px;
    width: 100%;
    background-color: #ffffff00;
    box-sizing: border-box;
  }
  
  
  .sub-heading {
    padding-top: 50px;
    font-size: 18px;
  }
  
  .sub-heading-two {
    font-size: 15px;
  }
  
  .sub-heading-three {
    font-size: 13px;
  }
  
  .sub-heading-four {
    font-size: 11px;
  }
  
  .sub-heading-five {
    font-size: 9px;
  }
  
  .sub-heading-six {
    font-size: 7px;
  }
  
  .sub-heading-seven {
    font-size: 5px;
  }
  
  .sub-heading-eight {
    font-size: 3px;
  }
  
  .sub-heading-nine {
    font-size: 1px;
  }
  
  .entire-content {
    margin: auto;
    width: 200px;
    perspective: 1000px;
    position: relative;
    padding-top: 80px;
  }
  
  .content-carrousel {
    width: 100%;
    position: absolute;
    float: right;
    animation: rotar 15s infinite linear;
    transform-style: preserve-3d;
  }
  
  .content-carrousel:hover {
    animation-play-state: paused;
    cursor: pointer;
  }
  
  .content-carrousel figure {
    width: 100%;
    height: 250px;
    border: 2px solid #1e00ff;
    overflow: hidden;
    position: absolute;
  }
  
  .content-carrousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(300px);
  }
  
  .content-carrousel figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(300px);
  }
  
  .content-carrousel figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(300px);
  }
  
  .content-carrousel figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(300px);
  }
  
  .content-carrousel figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(300px);
  }
  
  .content-carrousel figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(300px);
  }
  
  .content-carrousel figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(300px);
  }
  
  .content-carrousel figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(300px);
  }
  
  .content-carrousel figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(300px);
  }
  
  .content-carrousel figure:nth-child(10) {
    transform: rotateY(360deg) translateZ(300px);
  }
  
  .shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 1px;
  }
  
  .content-carrousel img {
    image-rendering: auto;
    transition: all 300ms;
    width: 100%;
    height: 100%;
  }
  
  .content-carrousel img:hover {
    transform: scale(1.05);
    transition: all 300ms;
  }
  
  @keyframes rotar {
    from {
        transform: rotateY(0deg);
    }
  
    to {
        transform: rotateY(360deg);
    }
  }
  
  
  .automatic-line-gallery-title {
      text-align: center;
      letter-spacing: 3px;
      margin-top: 150px;
      font-size: 25px;
      text-transform: capitalize;
      width: 100%;
      height: auto;
      padding: 3px;
      background-color: rgb(3, 14, 100);
      color: #FCFCFC;
    }
    
    @media screen and (max-width: 1100px) {
      .automatic-line-gallery-title {
      font-size: 15px;
       }
    }
    
    @media screen and (max-width: 1000px) {
      .automatic-line-gallery-title {
      font-size: 14px;
       }
    }
    
    @media screen and (max-width: 900px) {
      .automatic-line-gallery-title {
      font-size: 13px;
       }
    }
    
    @media screen and (max-width: 800px) {
      .automatic-line-gallery-title {
      font-size: 12px;
       }
    }
    
    @media screen and (max-width: 600px) {
      .automatic-line-gallery-title {
      font-size: 10px;
       }
    }
  
  .slide-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    width: 100%;
    height: 500px;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    perspective: clamp(400px, 100%, 500px);
    background-color: rgb(255, 255, 255);
  }
  
  .slide-box::before {
    top: 0;
  }
  
  .slide-box::after {
    bottom: 0;
  }
  
  .gallery {
    display: flex;
    gap: 1vw;
    max-width: 100%;
    min-width: 280px;
    height: 500px;
  }
  
  .gallery_line {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    height: fit-content;
    animation: slide 30s linear infinite;
  }
  
  .gallery_line:hover {
    animation-play-state: paused;
    cursor: pointer;
  }
  
  .gallery_line:nth-child(2) {
    animation-direction: reverse;
  }
  
  .gallery_line img {
    flex: 1 1 auto;
    width: 100%;
    object-fit: cover;
  }
  
  .gallery_line img:hover {
    transform: scale(1.05);
    transition: all 300ms;
  }
  
  @keyframes slide {
    from {
        transform: translatey(0);
    }
  
    100% {
        transform: translatey(-50%);
    }
  }
   
  